.menu li {
    width: 100px;
    float: left;
    color: #555555;
    text-align: center;
    display: list-item;
}

.menu li .nav_a {
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 62px; font-weight: bold;
}

.menu li .nav_a:hover,
.menu ul li .current {
    font-size: 18px !important;
    color: #176aab !important;
    font-weight: bold;
}

.menu li .nav_a span {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 0px;
    left: 50%;
    margin-left: 0;
    height: 2px;
    background: #176aab;
    transition: all 0.3s;
}

.menu li .nav_a:hover span,.menu li .current span {
    width: 70px !important;
    margin-left: -35px !important;
    transform: translateY(-20px);
}

.down .menu li .current span { display: none; }


/*sub_menu*/

.sub_menu {
    width: 100%;
    height: 0;
    background: #f7f7f7;
    border-bottom: 0 solid #1369ac;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 999;
    transition: all 0.5s;
    display: block;
}

.sub_down {
    top: 72px;
}

.menu li:hover .sub_menu {
    height: auto !important;
    padding: 50px 0;
    border-bottom: 9px solid #1369ac !important;
}

.sub_box {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    color: #676767;
}

.sub_lf {
    width: 356px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    float: left;
}

.sub_md1 {
    width: 317px;
    padding: 0 40px;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    float: left;
}

.sub_md2 {
    width: 317px;
    padding: 0 40px;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    float: left;
}

.sub_rt {
    width: 150px;
    box-sizing: border-box;
    float: left;
}

.sub_lf {
    text-align: left;
}

.sub_lf .tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    margin-bottom: 40px;
    color: #1369ac;
}

.sub_lf .des {
    line-height: 36px;
    color: #242424;
    text-align: left;
}

.sub_md .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    margin: 20px 0 10px 0;
    color: #1369ac;
}

.sub_md .des {
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    text-align: left;
}

.sub_lf .tit a,
.sub_md .tit a {
    color: #1369ac;
}

.sub_rt {
    line-height: 30px;
}

.sub_rt a {
    font-size: 16px;
    margin: 10px auto;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    color: #676767;
    display: inline-block;
}

.sub_rt a:hover {
    background: #1369ac;
    color: #fff;
}

#menu_pro {
    background: url(../Image/menu_pro_line.gif) center repeat-y;
    width: 1200px;
}

#menu_pro dl {
    width: 260px;
    padding: 0 10px 0 30px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    text-align: left;
}

#menu_pro dl dt {
    margin: 30px 0 10px 0;
}

#menu_pro dl dt a {
    display: inline-block;
    color: #1369ac;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

#menu_pro dl dd a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

#menu_pro dl dt a:hover {
    color: #1369ac;
    transform: translateX(10px);
}

#menu_pro dl dd a:hover {
    color: #1369ac;
    transform: translateX(10px);
}



#menu_search {
    width: 823px;
}


.search {
    width: 823px;
    height: 50px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.search .in_text {
    border: medium none;
    color: #aaa;
    float: left;
    height: 28px;
    width: 708px;
    background: none;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.5s;
    border: 1px solid #eaeaea;
    border-right: none;
    background: #fff;
}

.search .so {
    background: #1369ac;
    color: #fff;
    border: medium none;
    float: right;
    width: 74px;
    height: 50px;
    cursor: pointer;
}

#search_key {
    margin-top: 20px;
    width: 42%;
    height: 200px;
    text-align: left;
    float: left;
    line-height: 42px;
}

#search_key dt {
    font-size: 18px;
    color: #5b5858;
}

#search_key dd {
    font-size: 14px;
    color: #9e9c9c;
    width: 50%;
    display: block;
    float: left;
}

#search_more {
    margin-top: 20px;
    width: 48%;
    height: 200px;
    text-align: left;
    float: right;
    line-height: 47px;
}


#search_key dt {
    font-size: 18px;
    color: #5b5858;
}

#search_more dd {
    width: 180px;
    height: 47px;
    float: left;
    margin: 5px;
}

#search_more dd a {
    width: 180px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    display: block;
    background: #1369ac;
    color: #fff;
    font-size: 16px;
}

#search_more dd a:hover {
    background: #000;
}


#search_more dd a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}


#menu_map {
    background: url(../Image/menu_map_line.gif) center repeat-y;
    width: 1200px;
}

#menu_map dl {
    width: 170px;
    padding: 0 35px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    text-align: left;
}

#menu_map dl dt {
    margin: 10px 0;
}

#menu_map dl dt a {
    display: inline-block;
    color: #1369ac;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

#menu_map dl dd a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

#menu_map dl dt a:hover {
    color: #1369ac;
    transform: translateX(10px);
}

#menu_map dl dd a:hover {
    color: #1369ac;
    transform: translateX(10px);
}


.icon_s1 {
    background: url(../Image/icon_s1.png);
}

.icon_s2 {
    background: url(../Image/icon_s2.png);
}

.icon_s3 {
    background: url(../Image/icon_s3.png);
}

.icon_s4 {
    background: url(../Image/icon_s4.png);
}



/*page_sub_menu*/

#page_sub_menu {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: auto;
	text-align:center;
    z-index: 1;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.page_sub_down {
    position: fixed !important;
    padding: 5px 0 0 0 !important;
    top: 62px;
    left: 0;
    margin-top: 0 !important;
    border: none !important;
    width: 100% !important;
    background: #f7f7f7 !important;
    border-bottom: 1px solid #e1e2e3 !important;
}

.page_sub_down a {
    padding: 0 !important;
    font-size: 15px !important;
}

#page_sub_menu ul {
	 text-align:center;
    
   width:1200px;
}


#page_sub_menu a {
	 text-align:center;
    
   padding: 10px 0;
    line-height: 47px;
    color: #777777;
     font-size: 18px;
	 margin-right:25px;
	 font-weight:bold
}
.subMenu li {
    text-align: center;
    font-size: 18px;
    color: #777777;
    float: left;
    box-sizing: border-box;
    border-right: 0px solid #ccc;
}

.page_sub_down li {
    border-right:none;
}

.subMenu li:last-child {
    border-right: none;
}

.subMenu li a {
    padding: 10px 0;
    line-height: 47px;
    color: #777777;
    display: block;
}

.subMenu li a:hover,
.subMenu .current a {
    background: #1369ac;
    color: #fff !important;
}

.about_sub li {
    width: 171px;
}

.fwzc_sub li {
    width: auto;
}

.network_sub li {
    width: 400px;
}


.news_sub li {
    width: 171px;
}